-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AppNexus debug auction via cookie #3314
Conversation
modules/appnexusBidAdapter.js
Outdated
@@ -450,6 +491,11 @@ function hasAppId(bid) { | |||
return !!bid.params.app | |||
} | |||
|
|||
function getCookie(name) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you move this into utils
?
@jsnellbaker @mkendall07 added |
This pull request introduces 1 alert when merging 9615c67 into 7aef26e - view on LGTM.com new alerts:
Comment posted by LGTM.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* updating appnexus debug auction to be cookie-only * adding getCookie to utils * remove LGTM alert on getCookie * fix failed tests
Type of change
Description of change
The following feature enhancement adds in the ability for a publisher or developer to request an AppNexus debug auction in the response back from AppNexus alongside any bids.
This feature can be enabled by doing the following:
pbjs_debug=true
query string parameter.apn_prebid_debug
cookie with a JSON string. For example:Sample Console Log: